home *** CD-ROM | disk | FTP | other *** search
/ Aminet 32 / Aminet 32 (1999)(Schatztruhe)[!][Aug 1999].iso / GoldED / Add-Ons / envGDE13 / Install.bat < prev    next >
DOS Batch File  |  1999-07-06  |  541b  |  18 lines

  1. ; install new presets (%0%: mouse configuration)
  2.  
  3. INSTALL PRESET="presets/guide.syntax"
  4.  
  5. ; create new toolbar (based on the toolbar currently used for editing text)
  6.  
  7. INSTALL PRESET="presets/guide.gadgets" MERGEGADGETS "anytext"
  8.  
  9. ; create new context menu (based on context menu currently used for standard text)
  10.  
  11. INSTALL PRESET="%0%" MERGECONTEXT "anytext"
  12.  
  13. ; install new filetype
  14.  
  15. FILETYPE ADD="(#?.guide)" DUP="anytext" PRI=127 PRESETS "guide.syntax" "guide.gadgets" "guide.mouse"
  16.  
  17. INFO MSG="Installation complete, please RESTART GoldED."
  18.